GetAddInCustomData<T>(string,string) Method

Summary
Gets the add-in's custom data.
Syntax
C#
VB
C++
public T GetAddInCustomData<T>( 
   string addinName, 
   string customDataName 
) 
  
Public Overloads Function GetAddInCustomData(Of T)( _ 
   ByVal addinName As String, _ 
   ByVal customDataName As String _ 
) As T 
public: 
_T^_ GetAddInCustomDatageneric<typename T> 
(  
   String^ addinName, 
   String^ customDataName 
)  

Parameters

addinName
Name of the add-in.

customDataName
Name of the custom data.

Type Parameters

T
Type of custom data to return.

Return Value

The custom data stored in the configuration.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.